home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / nt-doscl.zip / DSK3-3.EXE / DRIVERS / ETHERNET / NI6510 / PROTOCOL.INI < prev   
Text File  |  1993-06-28  |  953b  |  32 lines

  1.  
  2. ;*********************
  3. ;**    ADAPTERS     **
  4. ;*********************
  5.  
  6. ;*****************************
  7. ;**  RACAL INTERLAN NI6510  **
  8. ;*****************************
  9. ;
  10. ; Bracketed module name must be [NI6510_NIF]
  11. ;
  12. ; "DRIVERNAME" must be NI6510$ for the first device, NI65102$ for the second
  13. ; and so on
  14. ;
  15. ; "IOBASE" keyword specifies the input/output base address. If omitted
  16. ; the first available Ni6510 will be chosen
  17. ;
  18. ; "MAXTRANSMITS" keyword specifies the number of TransmitChain commands
  19. ;  which can be simultaneously queued by MAC.  Default = 6, Max. = 50
  20. ;
  21. ; "MAXMULTICASTS" keyword specifies the number of multicast addresses
  22. ;  the MAC driver supports. Default = 10, Max. = 16
  23. ;
  24. ; "MAXRECEIVES" keyword specifies the number of receives can be queued
  25. ;  simultaneously by MAC. Default = 4, Max. = 24
  26.  
  27.   DRIVERNAME    = NI6510$
  28.   IOBASE        = 0x360
  29.   MAXMULTICASTS = 10
  30.   MAXRECEIVES   = 4
  31.   MAXTRANSMITS  = 6
  32.